provider Projects POST /api/0/organizations/{organization_id_or_slug}/projects/
@utdk/sentry /api/0/organizations/{organization_id_or_slug}/projects/
Create a Project for an Organization
Create a new project for an organization. A personal team (`team-{username}`) is automatically created for the caller with Team Admin role, and the project is bound to it. If the org has member project creation disabled (`disable_member_project_creation`), `org:write` scope is required.
organization_id_or_slug path required
The ID or slug of the organization the resource belongs to.
string

Try it

Authentication
Configure credentials for API Reference
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

createAProjectForAnOrganization
POST/api/0/organizations/{organization_id_or_slug}/projects/
Create a new project for an organization. A personal team (`team-{username}`) is automatically created for the caller with Team Admin role, and the project is bound to it. If the org has member project creation disabled (`disable_member_project_creation`), `org:write` scope is required.

Parameters

required

The ID or slug of the organization the resource belongs to.

Input

required

The name for the project.

Uniquely identifies a project and is used for the interface. If not provided, it is automatically generated from the name.

The platform for the project.

Defaults to true where the behavior is to alert the user on every new issue. Setting this to false will turn this off and the user must create their own alerts to be notified of new issues.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sentry from '@utdk/sentry';

await sentry.createAProjectForAnOrganization()